home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ainet / readme.txt < prev    next >
Text File  |  1997-09-25  |  11KB  |  283 lines

  1.  
  2.   aiNet v1.25
  3.  
  4.   Copyright ⌐ 1995-97 by
  5.  
  6.   AINET
  7.   Trubarjeva 42
  8.   Celje, SI-3000
  9.   Slovenia, Europe
  10.  
  11.   Internet Mail: ainet@siol.net
  12.  
  13.   ALL RIGHTS RESERVED
  14.  
  15.  
  16.  
  17.   CONTENTS
  18.  
  19.   I.   A brief description of the aiNet application.  
  20.   II.  How to set up the aiNet on your system.
  21.   III. Some tips on using the aiNet
  22.   IV.  Example files
  23.  
  24.  
  25.  
  26.   I. WHAT IS THE aiNet?  
  27.   *********************
  28.  
  29.   The aiNet is a very powerful (Windows95) neural network-like
  30.   application and is designed specifically to facilitate modeling task
  31.   in all neural network problems, where such tasks would be difficult or
  32.   even impossible with other neural network applications currently 
  33.   available for MS Windows 3.1, Windows95, WindowsNT or MS DOS.
  34.  
  35.   SYSTEM REQUIREMENTS:
  36.   The aiNet requires Microsoft Windows 95 or WindowsNT. (It runs
  37.   also under Windows 3.1 with Win32s installed, however minor bugs were 
  38.   reported.)
  39.   It requires approximately 9MB of disk space and 8MB of RAM in your
  40.   system.  Also, a VGA, SVGA, or other high resolution 
  41.   monitor is recommended. A mouse or other pointing device is also required.
  42.  
  43.   FILES INCLUDED WITH THE aiNet:
  44.  
  45.   aiNet ROOT directory    
  46.   WHAT-IS.NEW  -- update information (text file).
  47.   BWCC32.DLL   -- A dynamic link library used in dialog boxes.
  48.   README.TXT   -- this file. (product information, copyright and 
  49.                   distribution guidelines.
  50.   REGISTER.TXT -- registration information.
  51.   ORDER.TXT    -- registration form.
  52.   FILE_ID.DIZ  -- short description for bbs
  53.   BUG-LIST     -- List of known bugs.
  54.  
  55.   AINET32 subdirectory
  56.   AINET.EXE    -- application executable file (32 bit version).  
  57.   AINET.HLP    -- application on-line help.
  58. **BWCC32*.DLL   -- A dynamic link library used in dialog boxes.
  59.  
  60.   AINET16 subdirectory
  61.   AINET16.EXE  -- application executable file (16 bit version).  
  62.   AINET.HLP    -- application on-line help.
  63. **BWCC*.DLL    -- A dynamic link library used in dialog boxes.
  64. **OWL50.DLL    -- Object Windows DLL
  65. **BIDS50.DLL   -- Container classes DLL
  66. **BC500RTL.DLL -- Dynamic 16 bit run time DLL
  67.  
  68.   (**) We suggest you to move all files denoted by (**) before their
  69.   file names to the WINDOWS\SYSTEM directory.
  70.  
  71.   MANUALS subdirectory
  72.   PART1.DOC    -- A manual for the aiNet. Word for Windows 6.0 format.
  73.                   (Part1: Users guide)
  74.   PART2.DOC    -- (Part2: Basics About Modeling with the aiNet)
  75.   PART3.DOC    -- (Part3: Examples)
  76.   PART4.DOC    -- (Part4: The aiNet DLL library)
  77.   APPENDIX.DOC -- (Theoretical background - Mathematical 
  78.                    Description of the aiNet)
  79.  
  80.   EXAMPLES subdirectory    
  81.   *.CSV        -- several examples (ASCII - CSV format)
  82.   *.PRD        -- some additional prediction files
  83.   *.DAT
  84.  
  85.   DLL subdirectory
  86.   AINET.BAS    -- Visual Basic file which defines all aiNet DLL function calls.
  87.   AINETDLL.H   -- C header file - function calls signatures and constants.
  88. **AINET16.DLL  -- 16 bit version of the aiNet DLL library. 
  89. **AINET32.DLL  -- 32 bit version of the aiNet DLL library. 
  90.   AINET16.LIB  -- 16 bit library file for linking DLL into your C (C++) projects
  91.   AINET32.LIB  -- 32 bit library file for linking DLL into your C (C++) projects
  92.  
  93.   DLL\C subdirectory
  94.   DLLTESTS.IDE -- Borlanc C++ IDE project file which includes tree examples.    
  95.   DLLTST01.C   -- Source code for example No. 1
  96.   DLLTST02.C   -- Source code for example No. 2
  97.   DLLTST03.C   -- Source code for example No. 3
  98.   DLLTST01.EXE -- Compiled version of example No. 1
  99.   DLLTST02.EXE -- Compiled version of example No. 2
  100.   DLLTST03.EXE -- Compiled version of example No. 3
  101.   AINET16.DLL  -- 16 bit version of the aiNet DLL library (same as above). 
  102.   AINET32.DLL  -- 32 bit version of the aiNet DLL library (same as above). 
  103.   XOR.CSV      -- Sample file read by one of the examples.
  104.  
  105.   DLL\VB subdirectory
  106.   DLL\VB\TEST1 subdirectory
  107.   AINET.BAS    -- Same as AINET.BAS in DLL subdirectory (see above)
  108.   AINET16.DLL  -- 16 bit version of the aiNet DLL library (same as above). 
  109.   TEST1.MAK    -- Test1 makefile for the Visual Basic
  110.   MAIN.FRM     -- Source code for the test1 example.
  111.   MAIN.FRX
  112.   VBTEST1.EXE  -- Compiled version of Visual Basic example Test1.
  113.   XOR.CSV      -- Sample file read by the example.
  114.  
  115.   DLL\VB\TEST2 subdirectory
  116.   AINET.BAS    -- Same as AINET.BAS in DLL subdirectory (see above)
  117.   AINET16.DLL  -- 16 bit version of the aiNet DLL library (same as above). 
  118.   TEST2.MAK    -- Test2 makefile for the Visual Basic
  119.   MAIN.FRM     -- Source code for the test2 example.
  120.   MAIN.FRX
  121.   VBTEST1.EXE  -- Compiled version of Visual Basic example Test2.
  122.  
  123.  
  124.   II. SETTING UP THE aiNet ON YOUR SYSTEM
  125.   ***************************************
  126.  
  127.   STEP 1. Make a separate directory anywhere on your system and store ALL
  128.   of the distribution files that are part of the aiNet in that directory.
  129.   DO NOT FORGET TO SPECIFY THE -d OPTION WHEN DECOMPRESSING WITH PKUNZIP!
  130.  
  131.   STEP 2. Install the aiNet executable file 'AINET.EXE' in a Program 
  132.   Manager application folder.
  133.  
  134.   STEP 3. To run the aiNet application, select the aiNet icon by double-
  135.   clicking on it.
  136.  
  137.   To print the manual, you need a Winword 6.0 application. If you do not
  138.   have any access to Winword 6.0, then contact us. We will find some solution
  139.   (Postcript files or similar solution.)
  140.  
  141.  
  142.   III. TIPS ON USING THE aiNet
  143.   ****************************
  144.  
  145.   The aiNet comes with a manual where some features are explained more in
  146.   detail and many examples are presented. We strongly recommend you to
  147.   read this manual first. Reading the manual will be the fastest way to
  148.   get familiar with the aiNet application.
  149.  
  150.   The aiNet has an extensive on-line help system. Documentation contained
  151.   in the on-line system explains almost every feature of the product.
  152.   You can invoke on-line help any time either by pressing the F1 function 
  153.   key, or by pressing the Help button.
  154.  
  155.   DISCLAIMER OF WARRANTY
  156.  
  157.   This software and documentation are sold "as is" and without warranties
  158.   as to performance of merchantability or any other warranties whether
  159.   expressed or implied. Because of the various hardware and software
  160.   environments into which this program may be put, no warranty of fitness
  161.   for a particular purpose is offered. You use aiNet ENTIRELY AT YOUR OWN
  162.   RISK, and you supply it to your customers, friends, family or 
  163.   acquaintances ENTIRELY AT YOUR OWN RISK.
  164.  
  165.   In no event shall we (AINET) be liable for any damages whatsoever
  166.   (including, without limitation, damages for loss of business profits,
  167.   business interruption, loss of business information, or other pecuniary
  168.   loss) arising out of the use of or inability to use the aiNet 
  169.   application, even if we have been advised of the possiblility of such
  170.   damages. If these terms are not acceptable to you, then please DELETE
  171.   all the files from your disks IMMEDIATELY AND PERMANENTLY.
  172.  
  173.  
  174.  
  175.   LICENSE
  176.   -------
  177.   The aiNet application is *NOT* FREE SOFTWARE.
  178.                         ^^^^^^^^^^^^^^^^^^^^^^^
  179.   The aiNet application is released as SHAREWARE. This means that you may
  180.   use it for a trial period of 21 days without any limitations. When this 
  181.   trial period expires you can continue to use the aiNet application, 
  182.   as long as:
  183.  
  184.      You PAY THE REQUIRED REGISTRATION FEE
  185.      =====================================
  186.  
  187.    (See the REGISTER.TXT file or take a look into the manual for more)
  188.                (information about registration.)
  189.  
  190.   DISTRIBUTION OF THE aiNet - SHAREWARE DISTRIBUTION
  191.   --------------------------------------------------
  192.   You may distribute the package freely to FTP sites, Bulletin
  193.   Boards, Shareware/Freeware/Public Domain archives, CD-ROMS, Magazine
  194.   Cover Disks and CD-ROMS, etc.
  195.  
  196.   Distribution of the package in any form is subject to ALL the
  197.   following conditions;
  198.  
  199.     [1] ALL the files included with the aiNet (see the list of the 
  200.        files above) must be included,
  201.  
  202.        and
  203.  
  204.     [2] NO ATTEMPT must be made to modify or alter ANYTHING in any of
  205.         the files,
  206.  
  207.     and
  208.  
  209.     [3] You must no